home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000304_news@columbia.edu _Fri Feb 16 14:15:40 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id OAA10402
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Fri, 16 Feb 2001 14:15:39 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA16173
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 16 Feb 2001 14:15:37 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id NAA13342
  10.     for kermit.misc@watsun.cc.columbia.edu; Fri, 16 Feb 2001 13:47:47 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: "can't open connection" K95 error
  14. Date: 16 Feb 2001 18:47:47 GMT
  15. Organization: Columbia University
  16. Message-ID: <96jskj$d0q$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <3A8D714F.4FC99117@ix.netcom.com>,
  20. Joe H. Gallagher <dtrwiz@ix.netcom.com> wrote:
  21. : Kermit-95 Version 1.1.20 (upgraded from 1.1.11 via 1.1.17)
  22. : hp 733Mhz machine
  23. : OS: Microsoft ME
  24. : Serial ports on com1 and com2
  25. : Lucent Technologies (new) V90 "software modem" on com3.
  26. : Hyperterm works on com3.
  27. : Can access the Internet on com3.
  28. : Can access an external modem on com1 using Kermit-95.
  29. : However, when trying to access com3 with Kermit-95 with
  30. : SET PORT or SET LINE, I get
  31. :     Sorry, can't open connection: com3: Invalid argument.
  32. : or
  33. :     Sorry, can't open connection: com3: Bad file descriptor.
  34. : How do I set up the operating system or configure Kermit
  35. : so that Kermit-95 can "talk to" this "software modem"?  
  36. : Is there some way to tell Kermit about the special 
  37. : driver for this modem?  Its as though Kermit-95 is
  38. : incompatible with this kind of "softare modem"?!?!
  39. If it's a "software modem" then you almost certainly have to
  40. access it by its Windows Control Panel name, not by the PC
  41. device name.  Try:
  42.  
  43.   set tapi line
  44.  
  45. rather than:
  46.  
  47.   set port com3
  48.  
  49. - Frank